Bi Weekly Evaluation View Model
class BiWeeklyEvaluationViewModel @Inject constructor(biWeeklyMoodRepository: BiWeeklyMoodRepository) : ViewModel
ViewModel for handling bi-weekly mood evaluation operations.
This ViewModel manages the state of the bi-weekly evaluation, including navigating through the pages, updating responses, and submitting the bi-weekly mood entry.